home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILENUS / MENU.LZH / MASMENU.TXT < prev    next >
Text File  |  1986-07-12  |  7KB  |  315 lines

  1. --
  2. --
  3. --English Language Menu Text File
  4. --
  5. --This file is processed by MASPREP to generate MASMENU.DAT.
  6. --The .DAT file is used by MASMENU to control its actions.
  7. --
  8. --Revised: 10-16-84 rwb   ver  1.0
  9. --Revised: 10-31-84 sgr   ver. 1.9 backup w/spaces
  10.  
  11. --
  12. --First, we have to define the ever-present cursor prompt
  13. --
  14. "Use the up-arrow and down-arrow keys to move the darkened bar to your
  15. choice.  Then, press the right-arrow key.  To exit this menu, press ESC"
  16.  
  17. --
  18. --Main menu title
  19. --
  20. "FARED ROBOT SYSTEMS"
  21.  
  22. --
  23. --Current version
  24. --
  25. "      Theron White"
  26.  
  27. --
  28. --Main menu title
  29. --
  30. "Main Menu"
  31.  
  32. --
  33. --24/12 hour flag
  34. --
  35. 24
  36.  
  37. --
  38. --Date ordering
  39. --
  40. "-mdy"
  41.  
  42. --
  43. --Start defining menu groups
  44. --
  45.  
  46. "Edit"
  47. "SPFPC is a versatile yet structured text editor patterned after
  48. IBM's main frame editor."
  49.  
  50. {
  51. "Run SPFPC"
  52. "This choice will activate the SPFPC editor."
  53. **
  54. cd\utils
  55. spfpc
  56. cd\menu
  57. **
  58. }
  59. --
  60. --Word processing menu
  61. --
  62. "Word Processing"
  63. "This option leads to a sub-menu that contains programs to handle your word
  64. processing needs."
  65. {
  66. "WordStar"
  67. "WordStar is a popular word processing program developed by MicroPro.
  68.  A standard in the industry for many years, WordStar still
  69. maintains a strong popularity with many, many microcomputer
  70. enthusiasts."
  71.  
  72. **
  73. cd\wordstar
  74. ws
  75. cd\
  76. **
  77.  
  78. "Install WordStar"
  79. "This program allows you to customize your copy of WordStar however
  80.  you want it.
  81.  NOTE: Be sure to name the installed version of WordStar WS.COM."
  82. **
  83. cd\wordstar
  84. winstall ws
  85. cd\menu
  86. **
  87. }
  88.  
  89. --
  90. --Spreadsheets
  91. --
  92. "Spreadsheet"
  93. "This option takes you to a menu of spread-sheet program choices."
  94. {
  95. "Lotus 1-2-3"
  96. "Probably the best spreadsheet program on the market."
  97. **
  98. cd\lotus
  99. lotus
  100. cd\menu
  101. **
  102.  
  103. }
  104.  
  105. --
  106. --Telecommunications
  107. --
  108. "Telecommunications"
  109. "This option leads to programs which allow your computer to transfer data
  110. to other computers via a modem."
  111. {
  112. "QMODEM"
  113. "QMODEM is a public domain program that provides you telecommunications
  114.  in a user easy windowing environment."
  115. **
  116. cd\qmodem
  117. qmodem
  118. cd\menu
  119. **
  120. }
  121.  
  122. --
  123. --Backup & Restore
  124. --
  125. "Back Up Hard Disk"
  126. "This option takes you to a menu which provides you with choices for making backup copies of the information on your hard disk.  Backing
  127.  up your data cannot be done too often."
  128. {
  129. "Back Up Everything"
  130. "This option will back up all files on the hard disk in all of
  131.  the directories onto floppy disks.  Have plenty of blank,
  132.  formatted, floppy disks handy."
  133. **
  134. backup d:\ a: /S
  135. **
  136.  
  137. "Back Up Modified"
  138. "This option will back up all files that have been modified since the
  139.  last back up was run."
  140. **
  141. backup d:\ a: /S /M
  142. **
  143.  
  144. "Back Up File"
  145. "This option will back up files from your hard disk onto floppy disks.
  146.  When asked for format, respond with the following:
  147.  pathname\filename.ext    Example: To back up that letter you
  148.  wrote to Tom, you could type: main\write\totom.txt
  149.  which means back up file totom.txt in the sub-directory
  150.  D:\main\write."
  151. **
  152. backup d:\$"format?" a:
  153. **
  154.  
  155. "Restore Files"
  156. "This option will copy files from floppy onto the hard disk.  When
  157.  asked for the File Specification, respond with the following
  158.  format: main\write\*.txt.  This would restore all .txt files
  159.  in your word processing directory."
  160. **
  161. restore a: d:\$"File specification? "
  162. **
  163.  
  164. "Restore All"
  165. "This option will copy all the files from your backup floppy
  166.  disks to hard disk.  Beware of this operation, as it will replace
  167.  ALL of the information on your hard disk with the information
  168.  on your floppy disks."
  169. **
  170. restore a: d:\ /S
  171. **
  172. }
  173.  
  174.  
  175. --
  176. --DOS Utilities
  177. --
  178. "DOS Utilities"
  179. "This option will guide you through some of your operating system's
  180.  utility programs."
  181. {
  182. "Format a Floppy Disk"
  183. "This option will allow you to format a floppy disk to make it usable
  184.  for storing information."
  185. **
  186. format a:
  187. **
  188. "Space on Hard Disk"
  189. "This option will tell you how much space is left on your hard disk.
  190.  It also checks the integrity of the file structure on your hard
  191.  disk.  For more on this, check your MS-DOS users guide."
  192. **
  193. chkdsk/f
  194. pause
  195. **
  196.  
  197. "Directory"
  198. "This will show you the names of your files.  When asked for the
  199.  pathname, respond in the format: c:\pathname , e.g., to
  200.  see the file names in your word processing directory, type:
  201.  c:\main\write; for your spreadsheet directory, type:
  202.  c:\main\calc."
  203. **
  204. dir $"Pathname? "/p
  205. pause
  206. **
  207.  
  208. "Copy Files"
  209. "This option will allow you to copy files from one drive to another.
  210.  When asked for Source, respond in the following format:
  211.  drive:\path\ filename.ext    When asked for Destination,
  212.  respond in the same format as Source."
  213. **
  214. copy $"Source ?" $1"Destination ?"
  215. **
  216.  
  217. "Diskcopy"
  218. "This option will allow you to make a copy of a floppy disk.  Follow
  219.  the instruction for inserting and switching the source and
  220.  destination diskettes.  The source diskette is your original, the
  221.  destination diskette a blank (possibly unformatted) disk."
  222. **
  223. diskcopy a: b:
  224. **
  225.  
  226. }
  227.  
  228. --
  229. --Special utilities
  230. --
  231. "Special Utilities"
  232. "This selection will give you a variety of special utilities to
  233. choose from.  Many of the utilities are resident programs and can
  234. be used with must other application programs"
  235. {
  236. "PCTOOLS"
  237. "PCTOOLS is a DOS utility that provides many of the standard DOS
  238. functions as well as sector editing and undeleting of files.
  239. This selection will just run PCTOOLS.  To use it as a resident
  240. program, select Activate PCTOOLS."
  241. **
  242. cd\utils
  243. pctools
  244. cd\menu
  245. **
  246. "Activate PCTOOLS"
  247. "This selection will load PCTOOLS into resident memory and then
  248. return you to this menu.  Once PCTOOLS is loaded use the CTRL and
  249. ESC keys to activate it."
  250. **
  251. cd\utils
  252. pctools/r128k
  253. cd\menu
  254. **
  255. "Sidekick"
  256. "Sidekick is a resident desktop accessary program.  It provides a
  257. calculator, notepad, phone directory, ASCII table, and program
  258. help."
  259. **
  260. cd\utils
  261. sk
  262. cd\menu
  263. **
  264. "Norton's Utilities"
  265. "This is the new version of Norton's Utilities.  It provides the
  266. ability to undelete files, map disk usage and many, many more
  267. file and disk management and troubleshooting functions."
  268. **
  269. cd\utils
  270. norton
  271. cd\menu
  272. **
  273. "Norton's Index"
  274. "How fast is your PC.  This program will provide that information
  275. based on the standard IBM PC.  With a rating of 1 for the
  276. standard IBM PC, all other PC compatible machines can be
  277. compared."
  278. **
  279. cd\utils
  280. sysinfo
  281. pause
  282. cd\menu
  283. **
  284. "Printer Control"
  285. "This program allows special printer codes to be sent to certain
  286. printers from a menu driven program"
  287. **
  288. cd\utils
  289. st
  290. cd\menu
  291. **
  292. }
  293.  
  294. --
  295. --Recreation
  296. --
  297. "Recreation"
  298. "Tired of Lotus 123?
  299.  Bored with Wordstar?
  300. Take a break with a computer game or two!"
  301. {
  302. "Chess"
  303. "This public domain version of chess is easier to use. Whether
  304. it's easier to beat is up to you.  The screen looks alot like
  305. Sargon III. Who's pirating who?!?"
  306. **
  307. cd\games
  308. chess2
  309. cd\menu
  310. mode co80
  311. **
  312. }
  313.  
  314.  
  315.